Welcome![Sign In][Sign Up]
Location:
Search - ECC source code

Search list

[Crack Hacklibecc-0.5.0.tar

Description: C++写的椭圆曲线加密算法库源码-source code of ECC in C++
Platform: | Size: 870832 | Author: none | Hits:

[Graph programcrypto51

Description: ECC椭圆曲线算法源代码.Crypto++库的开发者是Wei Dai,非常好,标准的C++模板,不论是学习还是从应用的角度,都是难得的教材。算是提供一个给大家多学习和交流的机会-ECC elliptic curve algorithm source code. Crypto Library is the development of Dai Wei, a very good standard C template, or whether it is learning from the application point of view, is a rare materials. One is to provide the public more study and exchange opportunities
Platform: | Size: 829873 | Author: 舒若 | Hits:

[Crack HackECDSA

Description: 椭圆曲线数字签名算法的VC实现,包括大整数类的实现和ECC算法的实现。-Elliptic Curve Digital Signature Algorithm realize the VC, including the realization of an integer type and ECC algorithm.
Platform: | Size: 72704 | Author: 云忠言 | Hits:

[Crack HackECC_sourcecode

Description: vc++实现的ecc加密算法,可以源代码实现ecc算法的演示-vc++ implementation of ecc encryption algorithm, you can achieve ecc algorithm source code of the demo
Platform: | Size: 89088 | Author: 李先生 | Hits:

[Crack Hackproj

Description: bch的一个源码,不知道能不能和相关专业的同学一起学习ECC,感兴趣的朋友可以交流一下-bch a source code, I do not know can and the relevant professional learning of students with ECC, interested friends can exchange
Platform: | Size: 82944 | Author: niki | Hits:

[Windows Developddedrv

Description: ddedrv,ECC工控组态软件的DDE驱动VC源代码 ddedrv,ECC工控组态软件的DDE驱动VC源代码-ddedrv, ECC Industrial DDE driver configuration software VC source code ddedrv, ECC Industrial DDE driver configuration software source code VC
Platform: | Size: 128000 | Author: 不凡帝 | Hits:

[VHDL-FPGA-VerilogNAND_Flash_Controller

Description: FPGA实现的NandFlash控制器(带ECC)文档+源代码。-FPGA implementation NandFlash controller (with ECC) document+ source code.
Platform: | Size: 1587200 | Author: 李银 | Hits:

[SCM4bits_ECC_BCH

Description: Nand Flash纠错,4bits+纠错ECC+BCH算法源代码-Nand Flash error correction, 4bits+ ECC+ BCH error correction algorithm source code
Platform: | Size: 922624 | Author: henry chan | Hits:

[AI-NN-PRmainECC

Description: ECC算法源码,软件实现,可用于NAND的校验-ECC algorithm source code, software can be used for validation NAND
Platform: | Size: 2048 | Author: impedance | Hits:

[VHDL-FPGA-VerilogNandFlash-FPGA-controller(ECC)

Description: 该压缩包包括NAND FLASH(美光)的FPGA控制器的原理及VHDL源码,非常具有参考价值。-The archive includes NAND FLASH (Micron) the principle of the FPGA and VHDL source code control, very valuable reference.
Platform: | Size: 1587200 | Author: 张明利 | Hits:

[AI-NN-PRECC-Crypto-Wei-Dai

Description: ECC椭圆曲线算法 附有测试数据 Crypto库的开发者是Wei Dai-ECC Elliptic Curve algorithm source code. Crypto++ library was developed by Wei Dai
Platform: | Size: 766976 | Author: Henry | Hits:

[matlabecc

Description: matlab工具箱源码,很辛苦才找到的,希望对大家的学习有所帮助-Matlab toolbox source code, it is hard to find, I hope to help everyone to learn.
Platform: | Size: 92160 | Author: 吴小宁 | Hits:

[Crack Hackecc

Description: 椭圆曲线算法的实现 VC++程序 源代码 elliptic curve -Elliptic curve algorithm VC++ source code elliptic curve
Platform: | Size: 102400 | Author: 陈凡 | Hits:

[matlabthe-art-of-ecc

Description: 经典教程 《纠错编码的艺术》相关matlab程序-source code for the art of ecc
Platform: | Size: 23552 | Author: Niuhao | Hits:

[2D GraphicECC-image-alignment-algorith-ecc

Description: 标定算法的实现 国外人的源代码 比较靠谱 建议下载-Calibration algorithm foreign persons recommended to download the source code more reliable
Platform: | Size: 64512 | Author: laozi | Hits:

[Otherlibtommath-ecc

Description: libtommath-ecc 用于大数计算,里面包括了详细的大素数、ecc、双线性对等现成的C++源代码,适合应用于VC++ 6.0-libtommath-ecc for the calculation of large numbers, which include a detailed large prime numbers, ecc, bilinear peer ready C++ source code, suitable for VC++ 6.0
Platform: | Size: 1774592 | Author: QQF | Hits:

[Windows DevelopEcc

Description: Elliptic Curve C++ Library Source Code
Platform: | Size: 6144 | Author: alaa | Hits:

[OtherECC

Description: 代码通过开源的openssl实现了ECC算法-Openssl open source code through the realization of ECC algorithms
Platform: | Size: 4096 | Author: G | Hits:

[JSP/JavaECCJava-master

Description: ECC加解密的部分源码,密文可能有乱码的问题(Partial source code)
Platform: | Size: 26624 | Author: 风枫 | Hits:

[OtherECC模块 v0.12

Description: 椭圆曲线加密算法(ECC)是一种公钥算法,可以在不安全的信道上传递信息,而不需要事先约定密码。 RSA也是公钥算法,但是ECC比RSA有明显优势:在同等的安全程度下,所需要的密码长度最短。 但是缺点是算法本生很复杂,令人头大,我看了一堆书才写出了这个代码。 之前我发过一个256位的ECC源码,但是速度太慢了,这次这个是192位的,而且代码仔细优化过了,速度变快很多。(Elliptic curve cryptosystem (ECC) is a public key algorithm which can transmit information on unsafe channels without the need to pre contract passwords. RSA is also a public key algorithm, but ECC has an obvious advantage over RSA: under the same security level, the required password length is the shortest. But the drawback is that the algorithm is complex and big, and I read a bunch of books before I wrote the code. I sent a 256 bit ECC source before, but it was too slow, this time it was 192 bits, and the code was carefully optimized, and the speed was faster.)
Platform: | Size: 83968 | Author: heroaaa123 | Hits:
« 1 2 34 »

CodeBus www.codebus.net